* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
authorJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 02:08:14 +0000 (02:08 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 02:08:14 +0000 (02:08 +0000)
we're using GCC - that's an XLC switch.

* s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.

src/s/aix3-2.h

index e5c9859b8d7178d2e81e581cf9c572c9a61eed4b..e789a8a7a282d0f506dfd18ed0a2d52aab2983d0 100644 (file)
@@ -6,7 +6,9 @@
    and that's supposedly what 3.2 will come with.  */
 #undef SPECIFY_X11R4
 
+#ifndef __GNUC__
 #define C_SWITCH_SYSTEM -ma
+#endif
 #define HAVE_ALLOCA
 #undef rindex
 #undef index
@@ -17,3 +19,8 @@
    3.2, and a cc-compiled Emacs works with this undefined.
    --karl@cs.umb.edu.  */
 #undef SYSTEM_MALLOC
+
+/*
+   IBM's X11R5 use these libraries in AIX 3.2.2.  */
+
+#define LIBS_SYSTEM -lIM -liconv